home *** CD-ROM | disk | FTP | other *** search
/ CD Charme 5 / CD Charme 05.iso / pc / angie / adebut1.dir / 00051_Script_SM < prev    next >
Text File  |  1996-02-19  |  385b  |  15 lines

  1. Global VActeurSon, VRepereSauvegarde
  2.  
  3. On startMovie
  4.   set VRepereSauvegarde = "go to movie " & quote & "ADebut1.DIR" & quote
  5.   GInitStartMovie
  6.   GInitAffichageSon
  7. End
  8.  
  9. On GTraitementSon PActeurSon
  10.   --***********************-- Gestion du volume du dialogue ****--
  11.   set VActeurSon = PActeurSon
  12.   if the volume of sound #1 > #5 then
  13.     puppetSound PActeurSon
  14.   end if
  15. End